home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 24 / Amiga Format AFCD24 (Feb 1998, Issue 108).iso / -in_the_mag- / emulation / uae / uae-0.4.3 / readme < prev    next >
Text File  |  1998-01-20  |  25KB  |  507 lines

  1. This is version 0.4.3 of UAE, the Un*x Amiga Emulator.
  2.  
  3. 1. <drivel.h>
  4.  
  5. Copyright 1995, 1996 Bernd Schmidt & contributors (see below). This program is
  6. freeware.  You may do whatever you want with it for personal use. Permission
  7. is granted to call it a simulator if it makes you happy and you can give me a
  8. satisfactory explanation why "simulator" and "emulator" are not synonyms.
  9. Permission is granted to redistribute this program free of charge, provided it 
  10. is distributed in the full archive with unmodified contents and no profit 
  11. beyond the price of the media on which it is distributed is made. Exception: It
  12. may be included on freeware/shareware collections on CD-ROM.
  13. There are no warranties of any kind for this program. If you use this program,
  14. you do so at your own risk. The authors are not responsible for any damages 
  15. that might result from using this program.
  16. This program is still in an early development stage. It contains bugs and is
  17. not user-friendly. 
  18.  
  19. 2. What you need to get it to work
  20.  
  21.   - a Un*x system with the X Window System, or, if you use Linux, SVGAlib.
  22.     X is much more stable and not that much slower, so use X if possible.
  23.     SVGAlib can get your system into an unusable state if it crashes. You
  24.     have been warned.
  25.   - A graphics card that lets you use a resolution of at least 800x600 in
  26.     65536 colors. You can compile UAE for 256 color screens, but the colors
  27.     will not be quite as good.
  28.   - a C compiler. An _ANSI_ C compiler. What most workstation vendors ship
  29.     is not a compiler, but a nightmare. Use GCC if it is available.
  30.   - A Kickstart ROM file. I've heard success reports with Kickstart 1.3, 2.0,
  31.     3.0 and 3.1 from various people.
  32.     There seem to exist special 68020+ versions of newer Kickstarts. These 
  33.     will not work, neither will EPROM versions, and neither will ZKick files.
  34.     Please do not ask me to send you one. The Kickstart is copyrighted, and I
  35.     can't pass it around.
  36.     This version of the emulator can boot some programs even without a
  37.     Kickstart. See below for more information.
  38.  
  39. I've successfully tested UAE on the following systems:
  40.   - Pentium-90, Linux 1.3.45; X11R6 (XFree86 3.1.1) / SVGAlib 1.2.9, GCC 2.7.2
  41.   - HP Apollo, HP-UX, X11R5, GCC 2.6.0
  42.   - Sun Sparcstation, Solaris, OpenWindows, GCC 2.6.1
  43.  
  44. Several people have successfully run previous versions on a variety of
  45. systems, including a SGI Indy, Suns, a DEC Alpha and a m88k based Unix box.
  46.  
  47. 3. Installation
  48.  
  49. Please note: I know that the installation procedure could be improved. I
  50. always hate it if I have to change the Makefile or header files to install a
  51. program. But this is the best I could come up with so far.
  52.  
  53. To build UAE, first unpack it to an appropriate directory (e.g. /usr/src/uae
  54. on a Linux system). After that, you will have to edit the file config.h. There
  55. are many configuration options, each with a comment describing the purpose. 
  56. Please read everything carefully.
  57. Unlike in previous versions, you should not need to edit the Makefile.
  58. However, if X11 is installed in a different place on your system, you might
  59. need to change the "/usr/X11R6/" bits to "/usr/X11R5" or whatever is
  60. appropriate.
  61. The Makefile knows about a variety of systems. Do "make linux" to compile for
  62. the X Window System under Linux. Do "make svga" to use SVGAlib. There are
  63. several other systems: Do just "make" to get a list. If nothing else works, 
  64. try "make withgcc", and if that does not work because GCC is not installed, 
  65. "make generic". When that fails, send me an email.
  66. If you use SVGAlib, be warned that SVGAlib is not too stable and using it is 
  67. inherently a little dangerous, you might want to have a way to log in from a 
  68. remote terminal if things go horribly wrong. If you are very unfortunate, you 
  69. might lock up your machine otherwise (I strongly recommend using X - it is
  70. no longer much slower).
  71.  
  72. There is an experimental user-interface for X in this version. Currently, you
  73. have to make a decision whether you want to try it or not. You can try it by
  74. saying "make linux-gui" instead of "make linux" (users of other systems will
  75. have to edit the Makefile by hand, sorry). This requires that you have
  76. tcl7.4 and tk4.0 installed on your system.
  77.  
  78. The compilation may take a while, especially for the cpu*.c files. There might
  79. be some warnings, ignore these. It may also take a lot of memory. You should 
  80. have at least 8MB physical RAM to compile this, plus maybe 20MB swap and 9MB 
  81. filesystem space.
  82.  
  83. After compilation, you'll need to install the ROM image. This must have a size
  84. of exactly 512K and should be an image of the addresses 0xF80000-0xFFFFFF on
  85. your Amiga system. The file must be called kick.rom to be recognized. Please
  86. read the next section on how to transfer files from your Amiga to your PC.
  87.  
  88. You can also install a disk image file. This must be called df0.adf (adf = 
  89. Amiga Disk File), and should be a raw image of the data on the floppy disk: 
  90. 11x2x80 sectors == 901120 bytes.
  91. Please try running UAE without a diskfile first. If everything went O.K., the
  92. emulator should show the Kickstart logo (don't be too impatient, this will
  93. take a while on slow machines).
  94.  
  95. If you don't have a Kickstart file, you may still be able to boot some games
  96. and demos. The emulator includes code that will try to read and execute the
  97. bootblock of the diskfile you are using, and if that bootblock only uses the
  98. one or two Kickstart functions that are supported by the "replacement
  99. Kickstart", your program will boot. Don't expect too much, though.
  100.  
  101. 4. Invoking UAE
  102.  
  103. After building the program, you should have an executable called "uae". You
  104. can simply execute it, but you can also optionally give it one of the following
  105. parameters:
  106.  
  107.  -h      : Give help on the options.
  108.  -d      : If UAE is not configured to use correct-aspect display by default, 
  109.            this option will enable it.
  110.  -f rate : Sets the frame rate
  111.  -D      : Don't start the emulator at once, use the built-in debugger.
  112.  -x      : (X Windows only) Enable a slower, but more portable version of the
  113.            drawing routines. If you need this switch, I'd like to hear about
  114.        it (it seems unlikely).
  115.  -l lang : Set the keyboard language at run-time. Currently, only two values
  116.            can be used for lang: "us" for U.S. keyboard (default), or "de" for
  117.        german keyboard.
  118.  -s      : Emulate slow memory at 0xC00000. Some demos/games need this.
  119.  -F      : Emulate fast memory as an expansion board.
  120.  -S      : If you set the LINUX_SOUND option in config.h, you can turn off
  121.            sound output with this switch.
  122.  -M VOLUME:path
  123.  -m VOLUME:path
  124.            mount the unix file system at path as an Amiga filesystem with
  125.        volume name "VOLUME:". For example, "-M sound:/usr/amiga/modules"
  126.        If you use -M instead of -m, the volume will be read only.
  127.        See below.
  128.        
  129. If you use SVGAlib, the only way to leave the program is pressing F12.
  130.  
  131. 5. Harddisk emulation
  132.  
  133. Using diskfiles is awkward. There are two ways how you can use larger amounts 
  134. of data with UAE. 
  135.  
  136. a) Harddisk files.
  137. You can create a harddisk file with
  138.  
  139.   dd if=/dev/zero of=hardfile bs=512 count=16384
  140.   
  141. Currently, the size is fixed (8MB). This might be configurable in future
  142. versions.
  143. The harddisk file is accessed by a resident ROM module that is built into the
  144. emulator. It's called "uae.device", the DOS name for the harddisk is "uae0:".
  145. You have to format it before use (from AmigaDOS).
  146.  
  147. I don't think I will support this in the future. If I get no emails from users
  148. protesting "I put all my files on it", I'll remove the code again, because you
  149. can
  150.  
  151. b) Access unix filesystems from the emulator.
  152.  
  153. This has some major advantages:
  154.  - It also works with Kickstart 1.3.
  155.  - It is more convenient.
  156.  - It is much faster. In fact, it can be dramatically faster even than a real
  157.    Amiga when reading directories.
  158.  
  159. If you specify the -M or -m command line arguments, you can use files on your
  160. Unix filesystem from the emulator. If you start UAE with
  161.  
  162.   uae -m sound:/usr/amiga/modules
  163.  
  164. you can access all the files in /usr/amiga/modules by reading from the
  165. AmigaDOS volume "SOUND:".
  166. If you want to execute files, they need to have the x permission bit set.
  167.  
  168. In theory, you can specify this option multiple times. In practice, this
  169. doesn't work with Kickstart 1.3 and was therefore turned off. This will get
  170. fixed, I hope.
  171.  
  172. 6. Tools
  173.  
  174. In the "amiga" subdirectory you'll find two small tools that you can use to
  175. transfer software from the Amiga to the PC. These are called transrom and
  176. transdisk. transrom will dump the contents of your Kickstart ROM, and
  177. transdisk will dump an image of the floppy in drive DF0:. Both programs write
  178. to the standard output, so you want to redirect that. Do
  179.  
  180.    transrom >ram:kick.rom
  181.    
  182. to create a file called "kick.rom" in the RAM disk, and
  183.  
  184.    transdisk >ram:df0.adf
  185.    
  186. to create a file called "df0.adf" in the RAM disk. These files are pretty
  187. big, 524288 bytes for the ROM image and 901120 bytes for a disk image. If you
  188. are short on RAM (less than 1.5MB) you may want to transfer those files 
  189. directly to a serial link between the Amiga and your Un*x system (works
  190. without a problem for me).
  191. transdisk can take extra arguments: A device name and unit number. If you do
  192.  
  193.   transdisk >ram:df1.adf trackdisk 1
  194.  
  195. the program will read the data from drive 1, not drive 0.
  196.  
  197. The current transdisk can only read the standard AmigaDOS format. You will 
  198. not be able to transfer copy protected disks. Although the current emulator
  199. version can handle a second type of disk file, and I have successfully
  200. transferred and run a copy protected game (Turrican I) on the emulator, this
  201. support is preliminary, and the disk file format for non-standard disk formats
  202. will probably change in future versions. If you also have Turrican and want 
  203. the program I used to transfer the disk, mail me.
  204.  
  205. If you transfer commercial software, you must not distribute the resulting
  206. image files, since that would be a violation of copyright law. The Kickstart
  207. ROM has to be considered commercial software. You may only use the Kickstart
  208. from your own Amiga, and you may not distribute Kickstart ROM files.
  209. Please read the license that came with your software for details.
  210.  
  211. If you have a disk image file, and you want to retrieve the files from it, you
  212. can use the "readdisk" tool. It is automatically built by "make". If you have
  213. a disk image of a disk called "Workbench1.3D" as df0.adf, and you do
  214.    readdisk df0.adf
  215. the whole directory structure of the disk image will be stored in a newly
  216. created subdirectory called "Workbench1.3D". You can optionally give a second
  217. parameter to specify a directory where to create the output other than the
  218. current directory.
  219. readdisk only understands about the OFS right now. FFS disks will be
  220. cheerfully regarded as being unreadable. Use the unixfs.device from within the
  221. emulator if you want to transfer files from FFS disks.
  222.  
  223. 7. Quick overview of the debugger commands
  224.  
  225. If you use the X Windows version, you can press ^C at any time to enter the
  226. built-in MC68000 debugger.
  227. Each debugger command consists of a single letter and occasionally some
  228. parameters.
  229.  
  230. g:                    Start execution at the current address. 
  231. c:                    Dump state of the CIA and custom chips.
  232. r:                    Dump state of the CPU
  233. m <address> <lines>:  Memory dump starting at <address>
  234. d <address> <lines>:  Disassembly starting at <address>
  235. t:                    Step one instruction
  236. z:                    Step through one instruction - useful for JSR, DBRA etc.
  237. f <address>:          Step forward until PC == <address>
  238. q:                    Quit the emulator. You don't want to use this command.
  239.  
  240. (^C has no effect if UAE is compiled for SVGAlib - use F12 to exit)
  241.  
  242. 8. Current state of UAE
  243.  
  244. The following parts are already mostly complete:
  245.   - MC68000 CPU: Almost done, some rare instructions are not emulated yet. 
  246.     I'd like to make this a 68020 emulation, but I need more info than I have
  247.     about the special registers (MMU etc.)
  248.     Maybe it will one day run Linux/68k!
  249.   - Blitter: If there's no bug, it ought to be complete.
  250.   - Timers: I think these are fully working, too.
  251.   - Copper: Not much to emulate here :-)
  252.   - Floppy disk: Standard AmigaDOS disks seem to work O.K., some special
  253.     formats can be made to work (not yet really supported).
  254.   - Playfield (display) hardware: Normal cases are working, as well as
  255.     dual playfields, EHB and HAM and interlace (interlace only with correct 
  256.     aspect)
  257.   - Mouse, Keyboard, Joystick: Mouse and joystick should be autocalibrating.
  258.     Only DE and US are supported as keyboard languages.
  259.   - Sprites: Still one or two bugs, but usually working.
  260.   - Sound: Some support (Linux only). Not too useful right now. See below.
  261.  
  262. Not done:
  263.   - "System control hardware": That's what the HRM calls sprite/playfield
  264.     collisions/priorities. Only the most common priority settings are
  265.     implemented.
  266.   - Timing: It does not really behave like a real A500, but I don't think
  267.     complete accuracy is necessary.
  268.  
  269. 9. Input devices
  270.  
  271. Mouse, keyboard and joystick can be used in a straightforward way. Two
  272. keyboard languages are supported right now: german and US keyboard. If you
  273. have a different keyboard, patches to make UAE work with it are appreciated.
  274. The X version of the emulator will try to keep the Amiga mouse pointer at the
  275. same location as the X mouse pointer. You can turn off this mode if it does
  276. not work with your program by pressing F12. This is needed (for example) for
  277. Lemmings and the Magnetic Scrolls adventures, which don't use sprite 0 as a
  278. mouse pointer. The SVGAlib version does not have this problem.
  279. If you use Linux and have the joystick driver kernel module, you can configure
  280. UAE to use it. The joystick should be autocalibrating. Turn it a few times on
  281. startup to get the calibration done. 
  282.  
  283. 10. Sound
  284.  
  285. You probably noticed the LINUX_SOUND configuration option. If defined, this
  286. will make the emulator use /dev/dsp to output sound with 16 bit, at a frequency
  287. of 44100KHz. Your soundcard has to support this rate. If it does not, your
  288. results will be unpredictable.
  289. If graphics output is enabled while sound is output, the emulator will be much
  290. too slow on all current systems. The sound will not be continuous. Therefore,
  291. a hack to turn off screen updates is provided: Press ScrollLock to disable
  292. graphics, press it again to enable them (note: for X, you'll have to press it
  293. twice each time).
  294. The LINUX_SOUND_SLOW_MACHINE option will steal cycles from the CPU emulator.
  295. The relative CPU speed will be reduced somewhat if this option is set. This may
  296. lead to incompatibilities. The system should not be heavily loaded (no blitter
  297. or disk activity) while sound is being played, or even this will be too slow.
  298. Only a subset of the Amiga sound hardware is emulated. Attached channels are
  299. not implemented, neither is CPU-driven output.
  300.  
  301. Currently, this implementation is good enough to play *Tracker modules and
  302. some game title melodies. It is fast enough (on a P90, without the
  303. LINUX_SOUND_SLOW_MACHINE option) to play modules using a Workbench player
  304. program if no other (Amiga) processes are active. 
  305.  
  306. On other Unix systems, the AF sound system may be available. You can configure
  307. UAE to use this, too, by changing some paths in the Makefile.
  308.  
  309. 11. Speed
  310.  
  311. A Pentium with about 500MHz would be nice... (*)
  312. but even a Pentium-90 is not that bad, if you set the frame rate to a high
  313. value, e.g. 9. Animations will not be smooth if not all frames are drawn, but
  314. the speed of the emulation will be considerably higher.
  315. The speed of the emulation is not fixed. Programs that make heavy use of 
  316. blitter, copper and disk DMA will run somewhat slower than programs that only
  317. use the CPU. More bitplanes and sprites will also slow things down. The speed
  318. also depends very much on configuration options.
  319. UAE can calculate the average time it needs to finish one Amiga frame. Use the
  320. 'c' debugging command. If you use SVGAlib, the average frame rate will be
  321. displayed when you exit UAE, provided the library doesn't mess up your
  322. text-mode screen when you exit.
  323.  
  324. There used to be a table here with speed comparisons, but it was getting
  325. constantly out of date. Short summary: A Pentium-90 will be 4-5 times slower 
  326. than a real A500 at full frame  rate. If you reduce the frame rate, it is only 
  327. about 2 times slower. It can achieve full speed for sound output if graphics
  328. are turned off (useful for module players).
  329.  
  330. (*) Try buying a 500MHz clock and a fire extinguisher :-)
  331.  
  332. 12. Frequently Asked Questions, and Common Misunderstandings
  333.  
  334. Q: Will there be a Windows version?
  335. A: I'll never write a non-commercial program for DOS/Windows again. I hate
  336.    having to reboot after mistakes. 
  337.    I included the DOS port because a) a DOS version can achieve similar
  338.    speeds as the Linux/SVGA version b) it didn't messify too much of the code,
  339.    and c) more people told me they would port it to DOS and I wanted to save
  340.    them the effort. I don't think a Windows port will fit in as cleanly as the
  341.    DOS port, nor do I think it can be efficient. If you want, you can try to 
  342.    prove me wrong, but I will be very reluctant to include Windows code. The
  343.    same goes for code to support a bazillion soundcards for DOS, or similar
  344.    nightmares.
  345.  
  346. Q: I get lots of compilation errors. Why?
  347. A: The most popular reason was a missing libg.sa in /usr/lib (Slackware bug).
  348.    Do "cd /usr/lib; ln -s libc.sa libg.sa". That should no longer hurt with
  349.    this version, though.   
  350.    Another possibility is that you botched your system in an ELF upgrade.
  351.    Check whether GCC, binutils, libc, ld.so, X11 etc. are all uptodate and 
  352.    installed for the same binary format.
  353.    Some people have been getting strange linker errors with 0.4.2 again...
  354.    upgrade binutils and complain to the linux-gcc list.
  355.  
  356. Q: How can I change diskfiles?
  357. A: Try using the linux-gui target when you build UAE. See above.
  358.  
  359. Q: Is it possible to read Amiga disks with a PC?
  360. A: Ask that in comp.emulators.misc :-) The answer is: NO! Unless you invent
  361.    and build some extra hardware yourself, which no one appears to have done
  362.    yet.
  363.  
  364. Q: When it starts up, it says "Illegal instruction: 4e7b". Why?
  365. A: That's normal, it's just the Kickstart CPU type test.
  366.  
  367. Q: When it starts up, it says "Illegal instruction: 00f8" (many times). Why?
  368. A: That's because your Kickstart ROM was compiled for the 68020.
  369.  
  370. Q: While it compiles, it says "xxx illegals generated" or "16 mismatches".
  371.    Is this a problem?
  372. A: No. I can use this information to tell whether there is a problem, and
  373.    there isn't.
  374.  
  375. Q: Why is there a blank area on the left side of the screen?
  376. A: The Amiga can display graphics there, but usually doesn't because this
  377.    would disable some sprites. The area is only used by some overscan demos.
  378.    Normal screens are off-center. Please don't send me any more mail with "can
  379.    you fix this one" subjects. The answer is: "Maybe. Aren't there any worse
  380.    problems?".
  381.  
  382. Q: Benchmark program <foo> gives weird results.
  383. A: Amiga programs run by the emulator think the Amiga timers can be used to
  384.    measure real time. But in UAE, they only measure "emulation time". Sysinfo,
  385.    for example, gives the same results on all machines. So don't run
  386.    benchmarks to test the emulator speed.
  387.  
  388. Q: Wasn't this called the Unusable Amiga Emulator?
  389. A: Yes. But no one thought the name was very fitting anymore, though. It was
  390.    only really appropriate for v0.1, which couldn't even boot.
  391.  
  392. Q: Sometimes, after UAE exits, there is no autorepeat for the keys!
  393. A: Do "xset r on" (happens only in X).
  394.  
  395. Q: Emulating all the hardware is a bad idea. Why don't you just emulate the
  396.    OS? After all, that's what makes the Amiga the Amiga.
  397. A: Short answer: I disagree. 
  398.    Long answer: The OS is half of what makes the Amiga the Amiga. It is a very
  399.    nice OS, and there are some features that I miss in any other OS, but it is
  400.    also severely lacking in terms of (for example) memory protection and
  401.    filesystem performance. 
  402.    The other thing that made the Amiga special back in the 1980s is the custom 
  403.    chip architecture. If you look into old (1985) computer magazines, you will 
  404.    find that the capabilites of the Amiga OS are only mentioned as a side
  405.    note, because people were not aware that it was revolutionary for a home 
  406.    computer. They were aware, though, that the Amiga could display 4096 colors 
  407.    at the same time and that it had a blitter and a copper that could do all
  408.    sorts of stuff, like bouncing balls for instance. And I think it was the
  409.    superiority of the hardware that made the Amiga a success.
  410.    I see UAE as a program that is similar to C64 emulators: it allows you to
  411.    run some old games and other programs that you can't replace with better
  412.    equivalents on the PC. As such, it can already be used to run non-action
  413.    games (like Monkey Island or Bard's Tale) at a satisfactory speed. Faster
  414.    CPUs will eventually make it possible to run action games, just like faster
  415.    CPUs have made it possible to emulate a C64 at full speed on a PC. UAE is 
  416.    not (primarily) meant for the Amiga PowerUser who is running high quality
  417.    applications on his A4000 with a 68060 board, but for people like me who
  418.    switched from an A500 to the PC a few years ago because they wanted to make
  419.    money by developing software.
  420.    Besides, emulating an OS is far more difficult IMHO. Especially if the
  421.    platform you are emulating it on is completely different than the platform
  422.    that is being emulated. You'd have to mess with endianness conversions and
  423.    other nightmares. The AmigaOS wasn't designed with portability in mind 
  424.    either.
  425.  
  426. Q: How can I transfer non-DOS disks that are used by many demos?
  427. A: With transdisk. The fact that they are unreadable by AmigaDOS does not
  428.    mean they are unreadble by transdisk. Only copy-protected disks can't be
  429.    transferred that way.
  430.  
  431. 13. Thanks & Acknowledgements
  432.  
  433. Thanks to all who have written me so far with bugreports and success/failure
  434. reports when trying to run the emulator on various hardware with different
  435. Kickstart versions.
  436.  
  437. Special thanks (in no particular order) to:
  438.   - Jay Miner, Dale Luck, R.J. Mical and all the others who built the Amiga.
  439.   - Felix Bardos, whose HRM I "borrowed".
  440.   - Hetz Ben Hamo mailed Peter Kittel from Commodore asking for permission to
  441.     give Kick 1.3 away. Unfortunately, the response was negative :-(
  442.  
  443.   the contributors:
  444.   - Alessandro Bissacco: X Windows mouse auto-calibration, battclock emulation
  445.     and various bugfixes.
  446.   - Hannu Rummukainen: Floppy write emulation.
  447.   - Andre Beck: Made the X support much faster by using MIT-SHM extensions.
  448.     (Not bad for a 10 minute hack, Andre!)
  449.   - Ed Hanway: Wrote the unixfs.device. Improvements to the X support (cursor 
  450.     blanking, etc.), lots of SGI compatibility fixes, run time options. He 
  451.     also sent me a copy of his own (unfinished) Amiga emulator...
  452.   - Ernesto Corvi: Mac port
  453.   - Denis Sablic: Misc. bugfixes, "-S" runtime option.
  454.   - Marcus Sundberg: Better transdisk, bugfixes, DEC Alpha diagnostics,
  455.     support for the AF sound system found on some Unix boxes.
  456.   - Samuel Devulder: LOW_BANDWIDTH option for X.
  457.   - Stefan Reinauer: fixed battclock for KS >1.3, added AutoConfig/fastmem
  458.     support.
  459.   - Marco Nelissen: found bug in CIA code; copper & sprite bugfixes.
  460.   - Thierry Lescot: Win95 keyboard support for SVGAlib.
  461.   - Gustavo Goedert: DOS version
  462.   - Bruno Coste: Better keyboard support for X
  463.   - Thorsten Frueauf: NetBSD fixes.
  464.  
  465. Please let me know whether it's OK to include your email address here,
  466. especially if you have made a large contribution that people may have
  467. questions about.
  468.  
  469. 14. Ports
  470.  
  471. Apart from the "main" Unix version, several ports of UAE are ready/being
  472. developed.
  473.  
  474. Gustavo Goedert <ggoedert@music.pucrs.br> has ported UAE to DOS using the
  475. DJGPP port of GCC. It is available on several ftp sites as well as on my Web
  476. site.
  477.  
  478. Ernesto Corvi <macsupport@overnet.com.ar> has ported UAE to the PPC-Mac.
  479. I'm currently trying to figure out where he uploaded the binaries. When I'm
  480. done with that, the Mac version will also become available on my Web page.
  481.  
  482. Since I generally don't have the possibility to test or improve these ports,
  483. it is a good idea to contact their respective authors if you have questions.
  484.  
  485. 15. The author's address
  486.  
  487. crux@pool.informatik.rwth-aachen.de
  488.  
  489. or, via snailmail
  490.  
  491. Bernd Schmidt
  492. Schlossweiherstrasse 14
  493. 52072 Aachen
  494. Germany
  495.  
  496. I'll *try* to reply to everyone who sends me mail. Email has a near 100%
  497. chance of being replied, although my mailbox has been overflowing recently. 
  498. Please read all of the manual, especially the FAQ section, before asking me
  499. about problems.
  500. I can't make any guarantees about snailmail.
  501.  
  502. I have set up a WEB page for UAE. You will find interim versions, Linux
  503. binaries, diskfiles with Amiga software and other interesting stuff there.
  504. The address is
  505.  
  506. http://www-users.informatik.rwth-aachen.de/~crux/uae.html
  507.